* {
    font-family: 'inter', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
}

body {
    background-color: #002448;
    overflow-y: hidden;
    position: relative;
    display: flex;
}

.input-svg,
.no-eye {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 7%;
    bottom: 30%;
    overflow: visible;
}

.input-svg path {
    fill: #53626F;
}

.no-eye {
    opacity: 60%;
}

.toggle-password {
    cursor: pointer;
}

.circle1 {
    background-color: #00B7FF;
    height: 740px;
    width: 740px;
    border-radius: 1000px;
    filter: blur(350px);
    position: fixed;
    left: -180px;
    bottom: -470px;
    z-index: -1;
    opacity: 68%;
}

.circle2 {
    background-color: #7FC3FF;
    height: 740px;
    width: 740px;
    border-radius: 1000px;
    filter: blur(350px);
    position: fixed;
    right: -180px;
    top: -250px;
    z-index: -1;
    opacity: 48%;
}

.all-the-work {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sign-up {
    display: flex;
    padding: 6px;
    background-color: white;
    border-radius: 100px;
    justify-content: space-between;
}

.left {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin: 70px 130px;
    align-items: center;
    justify-content: center;
}

.heading {
    font-size: 300%;
    font-weight: 500;
    letter-spacing: -5px;
    color: #003B75;
}

.sub-heading {
    font-size: 90%;
    margin-top: -4px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #003B75;
}

/* Google Sign-In Button */
.google-signin {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 80%;
    padding: 8px 16px;
    background-color: white;
    border: 1px solid #dadce0;
    border-radius: 100px;
    cursor: pointer;
    font-size: 90%;
    font-weight: 500;
    color: #3c4043;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.google-signin:hover {
    background-color: #f8f9fa;
    border-color: #c6c6c6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.google-signin svg {
    width: 18px;
    height: 18px;
}

/* OR Divider */
.or-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 15px 0;
    width: 80%;
    color: #5f6368;
}

.or-divider::before,
.or-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #dadce0;
}

.or-divider span {
    padding: 0 12px;
    font-size: 85%;
    color: #5f6368;
    font-weight: 400;
}

.first-name-input,
.last-name-input,
.phone-number-input,
.password-input,
.confirm-password-input {
    display: flex;
    align-items: center;
    position: relative;
    width: 80%;
    overflow: visible;
    margin: auto;
}

.first-name-input input,
.last-name-input input,
.phone-number-input input,
.password-input input,
.confirm-password-input input {
    width: 100%;
    padding: 5px 45px 5px 20px;
    margin-bottom: 6px;
    background: none;
    border: none;
    border: solid 1px #53626f9e;
    border-radius: 100px;
    font-size: 110%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-text-fill-color: #003B75;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    transition: background-color 5000s ease-in-out 0s;
    font-family: 'inter', sans-serif !important;
    font-size: 110% !important;
}

.first-name-input input:focus,
.last-name-input input:focus,
.phone-number-input input:focus,
.password-input input:focus,
.confirm-password-input input:focus {
    width: 100%;
    padding: 5px 45px 5px 20px;
    margin-bottom: 6px;
    background: none;
    border: none;
    outline: none;
    border: solid 1px #53626f9e;
    border-radius: 100px;
    font-size: 110%;
}

.sign-up-button {
    margin-top: 30px;
    width: 85%;
    padding: 6px;
    color: white;
    background-color: #005DA9;
    border: none;
    border-radius: 100px;
    margin-bottom: 4px;
    transition: all 0.5s;
}

.sign-up-button:hover {
    margin-top: 30px;
    width: 85%;
    padding: 6px;
    color: white;
    background-color: #007add;
    border: none;
    border-radius: 100px;
    margin-bottom: 4px;
    box-shadow: 0px 0px 10px #136db6;
    transform: scale(105%);
    cursor: pointer;
}

a {
    text-decoration: none;
}

.already-have-an-account {
    font-size: 68%;
    color: #53626F;
}

span {
    color: #005DA9;
    font-weight: 700;
    margin-left: 10px;
}

.right {
    background-image: url("../../image/sign up pictures/sign up picture.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 95px;
    width: 339px;
    position: relative;
}

.comment {
    position: absolute;
    bottom: 80px;
    width: 60%;
    left: 30px;
    color: white;
    font-weight: 500;
    letter-spacing: -2px;
    font-size: 27px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.home {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-weight: 500;
    letter-spacing: -2px;
    transition: all 0.5s;
    font-size: 20px;
}

.home:hover {
    transform: scale(110%);
    cursor: pointer;
    color: #479de3;
    text-shadow: 0px 0px 10px #136db6;
}

#email-svg {
    opacity: 60%;
}

@media (max-width:1324px) {
    .right {
        display: none;
        width: 0px;
    }

    .all-the-work {}

    .left {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0px 0px;
        padding: 50px;
        align-items: center;
        justify-content: center;
    }

    .sign-up {
        display: flex;
        background-color: white;
        border-radius: 55px;
        justify-content: space-between;
    }
}